Html Css Color HEX #694C39 Jambalaya

📋 copy color: '#694C39'

red 105 ◦ green 76 ◦ blue 57

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

Shades of Jambalaya #694C39

Tints of Jambalaya #694C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.93%

 BLUE value IS 57 (22.66% from 255) = 23.95%

R = 44.12%
G = 31.93%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#694C39 (or 0x694C39) is known color: Jambalaya. HEX triplet: 69, 4C and 39. RGB value is (105,76,57). Sum of RGB (Red+Green+Blue) = 105+76+57=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #694C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C39 is #96B3C6. Grayscale: #525252. Windows color (decimal): -9876423 or 3755113. OLE color: 3755113.

HSL color Cylindrical-coordinate representation of color #694C39: hue angle of 23.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #694C39 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 76 57 -
CMYK 0 0.28 0.46 0.59
HSL 23.75º 0.3% 0.32% -
HSV(B) 23.75º 0.46% 0.41% -
XYZ 9.15 8.47 5.02 -
YUV 82.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 105 76 57 0 0.28 0.46 0.59 23.75 0.3 0.32
Hex 69 4C 39 0 1C 2E 3B 18 1E 20
Octal 151 114 71 0 34 56 73 30 36 40
Binary 1101001 1001100 111001 0 11100 101110 111011 11000 11110 100000

Color Harmonies of #694C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C39

Black with #694C39

Text Example


Text Example

White with #694C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694C39; }

 p { color: rgb(105,76,57); }

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

background-color css

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

 a { background-color: rgb(105,76,57); }

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

border-color css

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

 span { border-color: rgb(105,76,57); }

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