Html Css Color HEX #694736 Jambalaya

📋 copy color: '#694736'

red 105 ◦ green 71 ◦ blue 54

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

Shades of Jambalaya #694736

Tints of Jambalaya #694736

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.87%

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

R = 45.65%
G = 30.87%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#694736 (or 0x694736) is known color: Jambalaya. HEX triplet: 69, 47 and 36. RGB value is (105,71,54). Sum of RGB (Red+Green+Blue) = 105+71+54=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #694736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694736 is #96B8C9. Grayscale: #4F4F4F. Windows color (decimal): -9877706 or 3557225. OLE color: 3557225.

HSL color Cylindrical-coordinate representation of color #694736: hue angle of 20º 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 #694736 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 71 54 -
CMYK 0 0.32 0.49 0.59
HSL 20º 0.32% 0.31% -
HSV(B) 20º 0.49% 0.41% -
XYZ 8.74 7.78 4.53 -
YUV 79.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 105 71 54 0 0.32 0.49 0.59 20 0.32 0.31
Hex 69 47 36 0 20 31 3B 14 20 1F
Octal 151 107 66 0 40 61 73 24 40 37
Binary 1101001 1000111 110110 0 100000 110001 111011 10100 100000 11111

Color Harmonies of #694736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694736

Black with #694736

Text Example


Text Example

White with #694736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694736; }

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

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

background-color css

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

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

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

border-color css

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

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

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