Html Css Color HEX #6C4731 Jambalaya

📋 copy color: '#6C4731'

red 108 ◦ green 71 ◦ blue 49

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

Shades of Jambalaya #6C4731

Tints of Jambalaya #6C4731

RGB

 RED value IS 108 (42.58% from 255) = 47.37%

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

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

R = 47.37%
G = 31.14%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6C4731 (or 0x6C4731) is known color: Jambalaya. HEX triplet: 6C, 47 and 31. RGB value is (108,71,49). Sum of RGB (Red+Green+Blue) = 108+71+49=228 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.37% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4731 is #93B8CE. Grayscale: #4F4F4F. Windows color (decimal): -9681103 or 3229548. OLE color: 3229548.

HSL color Cylindrical-coordinate representation of color #6C4731: hue angle of 22.37º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C4731 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 71 49 -
CMYK 0 0.34 0.55 0.58
HSL 22.37º 0.38% 0.31% -
HSV(B) 22.37º 0.55% 0.42% -
XYZ 8.99 7.92 3.96 -
YUV 79.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 108 71 49 0 0.34 0.55 0.58 22.37 0.38 0.31
Hex 6C 47 31 0 22 37 3A 16 26 1F
Octal 154 107 61 0 42 67 72 26 46 37
Binary 1101100 1000111 110001 0 100010 110111 111010 10110 100110 11111

Color Harmonies of #6C4731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4731

Black with #6C4731

Text Example


Text Example

White with #6C4731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C4731; }

 p { color: rgb(108,71,49); }

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

background-color css

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

 a { background-color: rgb(108,71,49); }

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

border-color css

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

 span { border-color: rgb(108,71,49); }

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