Html Css Color HEX #694431 Jambalaya

📋 copy color: '#694431'

red 105 ◦ green 68 ◦ blue 49

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

Shades of Jambalaya #694431

Tints of Jambalaya #694431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.63%

 BLUE value IS 49 (19.53% from 255) = 22.07%

R = 47.3%
G = 30.63%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#694431 (or 0x694431) is known color: Jambalaya. HEX triplet: 69, 44 and 31. RGB value is (105,68,49). Sum of RGB (Red+Green+Blue) = 105+68+49=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #694431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694431 is #96BBCE. Grayscale: #4D4D4D. Windows color (decimal): -9878479 or 3228777. OLE color: 3228777.

HSL color Cylindrical-coordinate representation of color #694431: hue angle of 20.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #694431 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 68 49 -
CMYK 0 0.35 0.53 0.59
HSL 20.36º 0.36% 0.3% -
HSV(B) 20.36º 0.53% 0.41% -
XYZ 8.45 7.36 3.88 -
YUV 76.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 105 68 49 0 0.35 0.53 0.59 20.36 0.36 0.3
Hex 69 44 31 0 23 35 3B 14 24 1E
Octal 151 104 61 0 43 65 73 24 44 36
Binary 1101001 1000100 110001 0 100011 110101 111011 10100 100100 11110

Color Harmonies of #694431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694431

Black with #694431

Text Example


Text Example

White with #694431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694431; }

 p { color: rgb(105,68,49); }

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

background-color css

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

 a { background-color: rgb(105,68,49); }

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

border-color css

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

 span { border-color: rgb(105,68,49); }

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