Html Css Color HEX #6F360A Baker's Chocolate

📋 copy color: '#6F360A'

red 111 ◦ green 54 ◦ blue 10

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

Shades of Baker's Chocolate #6F360A

Tints of Baker's Chocolate #6F360A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.86%

 BLUE value IS 10 (4.3% from 255) = 5.71%

R = 63.43%
G = 30.86%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#6F360A (or 0x6F360A) is known color: Baker's Chocolate. HEX triplet: 6F, 36 and 0A. RGB value is (111,54,10). Sum of RGB (Red+Green+Blue) = 111+54+10=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F360A is #90C9F5. Grayscale: #424242. Windows color (decimal): -9488886 or 669295. OLE color: 669295.

HSL color Cylindrical-coordinate representation of color #6F360A: hue angle of 26.14º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F360A is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 54 10 -
CMYK 0 0.51 0.91 0.56
HSL 26.14º 0.83% 0.24% -
HSV(B) 26.14º 0.91% 0.44% -
XYZ 7.93 6.04 1.04 -
YUV 66.03 96.38 160.08 -
System Red Green Blue C M Y K H S L
Decimal 111 54 10 0 0.51 0.91 0.56 26.14 0.83 0.24
Hex 6F 36 A 0 33 5B 38 1A 53 18
Octal 157 66 12 0 63 133 70 32 123 30
Binary 1101111 110110 1010 0 110011 1011011 111000 11010 1010011 11000

Color Harmonies of #6F360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F360A

Black with #6F360A

Text Example


Text Example

White with #6F360A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,54,10); }

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

background-color css

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

 a { background-color: rgb(111,54,10); }

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

border-color css

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

 span { border-color: rgb(111,54,10); }

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