Html Css Color HEX #6B3505 Baker's Chocolate

📋 copy color: '#6B3505'

red 107 ◦ green 53 ◦ blue 5

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

Shades of Baker's Chocolate #6B3505

Tints of Baker's Chocolate #6B3505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.03%

R = 64.85%
G = 32.12%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#6B3505 (or 0x6B3505) is known color: Baker's Chocolate. HEX triplet: 6B, 35 and 05. RGB value is (107,53,5). Sum of RGB (Red+Green+Blue) = 107+53+5=165 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.85% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3505 is #94CAFA. Grayscale: #3F3F3F. Windows color (decimal): -9751291 or 341355. OLE color: 341355.

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

Color convert

RGB 107 53 5 -
CMYK 0 0.50 0.95 0.58
HSL 28.24º 0.91% 0.22% -
HSV(B) 28.24º 0.95% 0.42% -
XYZ 7.36 5.68 0.85 -
YUV 63.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 107 53 5 0 0.50 0.95 0.58 28.24 0.91 0.22
Hex 6B 35 5 0 32 5F 3A 1C 5B 16
Octal 153 65 5 0 62 137 72 34 133 26
Binary 1101011 110101 101 0 110010 1011111 111010 11100 1011011 10110

Color Harmonies of #6B3505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3505

Black with #6B3505

Text Example


Text Example

White with #6B3505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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