Html Css Color HEX #6B3512 Baker's Chocolate

📋 copy color: '#6B3512'

red 107 ◦ green 53 ◦ blue 18

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

Shades of Baker's Chocolate #6B3512

Tints of Baker's Chocolate #6B3512

RGB

 RED value IS 107 (42.19% from 255) = 60.11%

 GREEN value IS 53 (21.09% from 255) = 29.78%

 BLUE value IS 18 (7.42% from 255) = 10.11%

R = 60.11%
G = 29.78%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#6B3512 (or 0x6B3512) is known color: Baker's Chocolate. HEX triplet: 6B, 35 and 12. RGB value is (107,53,18). Sum of RGB (Red+Green+Blue) = 107+53+18=178 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.11% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3512 is #94CAED. Grayscale: #414141. Windows color (decimal): -9751278 or 1193323. OLE color: 1193323.

HSL color Cylindrical-coordinate representation of color #6B3512: hue angle of 23.6º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B3512 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 53 18 -
CMYK 0 0.50 0.83 0.58
HSL 23.6º 0.71% 0.25% -
HSV(B) 23.6º 0.83% 0.42% -
XYZ 7.45 5.72 1.28 -
YUV 65.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 107 53 18 0 0.50 0.83 0.58 23.6 0.71 0.25
Hex 6B 35 12 0 32 53 3A 18 47 19
Octal 153 65 22 0 62 123 72 30 107 31
Binary 1101011 110101 10010 0 110010 1010011 111010 11000 1000111 11001

Color Harmonies of #6B3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3512

Black with #6B3512

Text Example


Text Example

White with #6B3512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,53,18); }

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

background-color css

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

 a { background-color: rgb(107,53,18); }

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

border-color css

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

 span { border-color: rgb(107,53,18); }

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