Html Css Color HEX #6C472E Jambalaya

📋 copy color: '#6C472E'

red 108 ◦ green 71 ◦ blue 46

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

Shades of Jambalaya #6C472E

Tints of Jambalaya #6C472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 48%
G = 31.56%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6C472E (or 0x6C472E) is known color: Jambalaya. HEX triplet: 6C, 47 and 2E. RGB value is (108,71,46). Sum of RGB (Red+Green+Blue) = 108+71+46=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 108 - color contains mainly: red. Hex color #6C472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C472E is #93B8D1. Grayscale: #4F4F4F. Windows color (decimal): -9681106 or 3032940. OLE color: 3032940.

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

Color convert

RGB 108 71 46 -
CMYK 0 0.34 0.57 0.58
HSL 24.19º 0.4% 0.3% -
HSV(B) 24.19º 0.57% 0.42% -
XYZ 8.93 7.89 3.64 -
YUV 79.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 108 71 46 0 0.34 0.57 0.58 24.19 0.4 0.3
Hex 6C 47 2E 0 22 39 3A 18 28 1E
Octal 154 107 56 0 42 71 72 30 50 36
Binary 1101100 1000111 101110 0 100010 111001 111010 11000 101000 11110

Color Harmonies of #6C472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C472E

Black with #6C472E

Text Example


Text Example

White with #6C472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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