Html Css Color HEX #694636 Jambalaya

📋 copy color: '#694636'

red 105 ◦ green 70 ◦ blue 54

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

Shades of Jambalaya #694636

Tints of Jambalaya #694636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.57%

 BLUE value IS 54 (21.48% from 255) = 23.58%

R = 45.85%
G = 30.57%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#694636 (or 0x694636) is known color: Jambalaya. HEX triplet: 69, 46 and 36. RGB value is (105,70,54). Sum of RGB (Red+Green+Blue) = 105+70+54=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #694636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694636 is #96B9C9. Grayscale: #4E4E4E. Windows color (decimal): -9877962 or 3556969. OLE color: 3556969.

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

Color convert

RGB 105 70 54 -
CMYK 0 0.33 0.49 0.59
HSL 18.82º 0.32% 0.31% -
HSV(B) 18.82º 0.49% 0.41% -
XYZ 8.68 7.65 4.51 -
YUV 78.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 105 70 54 0 0.33 0.49 0.59 18.82 0.32 0.31
Hex 69 46 36 0 21 31 3B 13 20 1F
Octal 151 106 66 0 41 61 73 23 40 37
Binary 1101001 1000110 110110 0 100001 110001 111011 10011 100000 11111

Color Harmonies of #694636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694636

Black with #694636

Text Example


Text Example

White with #694636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694636; }

 p { color: rgb(105,70,54); }

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

background-color css

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

 a { background-color: rgb(105,70,54); }

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

border-color css

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

 span { border-color: rgb(105,70,54); }

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