Html Css Color HEX #6B3604 Baker's Chocolate

📋 copy color: '#6B3604'

red 107 ◦ green 54 ◦ blue 4

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

Shades of Baker's Chocolate #6B3604

Tints of Baker's Chocolate #6B3604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.42%

R = 64.85%
G = 32.73%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6B3604 (or 0x6B3604) is known color: Baker's Chocolate. HEX triplet: 6B, 36 and 04. RGB value is (107,54,4). Sum of RGB (Red+Green+Blue) = 107+54+4=165 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.85% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3604 is #94C9FB. Grayscale: #404040. Windows color (decimal): -9751036 or 276075. OLE color: 276075.

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

Color convert

RGB 107 54 4 -
CMYK 0 0.50 0.96 0.58
HSL 29.13º 0.93% 0.22% -
HSV(B) 29.13º 0.96% 0.42% -
XYZ 7.4 5.77 0.84 -
YUV 64.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 107 54 4 0 0.50 0.96 0.58 29.13 0.93 0.22
Hex 6B 36 4 0 32 60 3A 1D 5D 16
Octal 153 66 4 0 62 140 72 35 135 26
Binary 1101011 110110 100 0 110010 1100000 111010 11101 1011101 10110

Color Harmonies of #6B3604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3604

Black with #6B3604

Text Example


Text Example

White with #6B3604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,54,4); }

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

background-color css

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

 a { background-color: rgb(107,54,4); }

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

border-color css

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

 span { border-color: rgb(107,54,4); }

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