Html Css Color HEX #694835 Jambalaya

📋 copy color: '#694835'

red 105 ◦ green 72 ◦ blue 53

#694835
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jambalaya #694835

Tints of Jambalaya #694835

RGB

 RED value IS 105 (41.41% from 255) = 45.65%

 GREEN value IS 72 (28.52% from 255) = 31.3%

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 45.65%
G = 31.3%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#694835 (or 0x694835) is known color: Jambalaya. HEX triplet: 69, 48 and 35. RGB value is (105,72,53). Sum of RGB (Red+Green+Blue) = 105+72+53=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #694835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694835 is #96B7CA. Grayscale: #4F4F4F. Windows color (decimal): -9877451 or 3491945. OLE color: 3491945.

HSL color Cylindrical-coordinate representation of color #694835: hue angle of 21.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #694835 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 72 53 -
CMYK 0 0.31 0.50 0.59
HSL 21.92º 0.33% 0.31% -
HSV(B) 21.92º 0.5% 0.41% -
XYZ 8.79 7.9 4.43 -
YUV 79.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 105 72 53 0 0.31 0.50 0.59 21.92 0.33 0.31
Hex 69 48 35 0 1F 32 3B 16 21 1F
Octal 151 110 65 0 37 62 73 26 41 37
Binary 1101001 1001000 110101 0 11111 110010 111011 10110 100001 11111

Color Harmonies of #694835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694835

Black with #694835

Text Example


Text Example

White with #694835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694835; }

 p { color: rgb(105,72,53); }

 H1.HeaderClassName
 {
   color: #694835;
 }
 .AnyTagClassName
 {
   color: #694835;
 }
</style>

background-color css

<style>
 a { background-color: #694835; }

 a { background-color: rgb(105,72,53); }

 div.DivClassName
 {
   background-color: #694835;
 }
 .BgClassName
 {
   background-color: #694835;
 }
</style>

border-color css

<style>
 span { border-color: #694835; }

 span { border-color: rgb(105,72,53); }

 td.TdClassName
 {
   border-color: #694835;
 }
 .TagClassName
 {
   border-color: #694835;
 }
</style>