Html Css Color HEX #694231 Jambalaya

📋 copy color: '#694231'

red 105 ◦ green 66 ◦ blue 49

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

Shades of Jambalaya #694231

Tints of Jambalaya #694231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30%

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

R = 47.73%
G = 30%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#694231 (or 0x694231) is known color: Jambalaya. HEX triplet: 69, 42 and 31. RGB value is (105,66,49). Sum of RGB (Red+Green+Blue) = 105+66+49=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #694231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694231 is #96BDCE. Grayscale: #4B4B4B. Windows color (decimal): -9878991 or 3228265. OLE color: 3228265.

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

Color convert

RGB 105 66 49 -
CMYK 0 0.37 0.53 0.59
HSL 18.21º 0.36% 0.3% -
HSV(B) 18.21º 0.53% 0.41% -
XYZ 8.33 7.12 3.84 -
YUV 75.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 105 66 49 0 0.37 0.53 0.59 18.21 0.36 0.3
Hex 69 42 31 0 25 35 3B 12 24 1E
Octal 151 102 61 0 45 65 73 22 44 36
Binary 1101001 1000010 110001 0 100101 110101 111011 10010 100100 11110

Color Harmonies of #694231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694231

Black with #694231

Text Example


Text Example

White with #694231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694231; }

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

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

background-color css

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

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

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

border-color css

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

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

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