Html Css Color HEX #6F4C34 Jambalaya

📋 copy color: '#6F4C34'

red 111 ◦ green 76 ◦ blue 52

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

Shades of Jambalaya #6F4C34

Tints of Jambalaya #6F4C34

RGB

 RED value IS 111 (43.75% from 255) = 46.44%

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

 BLUE value IS 52 (20.7% from 255) = 21.76%

R = 46.44%
G = 31.8%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#6F4C34 (or 0x6F4C34) is known color: Jambalaya. HEX triplet: 6F, 4C and 34. RGB value is (111,76,52). Sum of RGB (Red+Green+Blue) = 111+76+52=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C34 is #90B3CB. Grayscale: #535353. Windows color (decimal): -9483212 or 3427439. OLE color: 3427439.

HSL color Cylindrical-coordinate representation of color #6F4C34: hue angle of 24.41º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F4C34 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 76 52 -
CMYK 0 0.32 0.53 0.56
HSL 24.41º 0.36% 0.32% -
HSV(B) 24.41º 0.53% 0.44% -
XYZ 9.76 8.8 4.43 -
YUV 83.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 111 76 52 0 0.32 0.53 0.56 24.41 0.36 0.32
Hex 6F 4C 34 0 20 35 38 18 24 20
Octal 157 114 64 0 40 65 70 30 44 40
Binary 1101111 1001100 110100 0 100000 110101 111000 11000 100100 100000

Color Harmonies of #6F4C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4C34

Black with #6F4C34

Text Example


Text Example

White with #6F4C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,76,52); }

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

background-color css

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

 a { background-color: rgb(111,76,52); }

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

border-color css

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

 span { border-color: rgb(111,76,52); }

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