Html Css Color HEX #6B2805 Baker's Chocolate

📋 copy color: '#6B2805'

red 107 ◦ green 40 ◦ blue 5

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

Shades of Baker's Chocolate #6B2805

Tints of Baker's Chocolate #6B2805

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.32%

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

R = 70.39%
G = 26.32%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#6B2805 (or 0x6B2805) is known color: Baker's Chocolate. HEX triplet: 6B, 28 and 05. RGB value is (107,40,5). Sum of RGB (Red+Green+Blue) = 107+40+5=152 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.39% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2805 is #94D7FA. Grayscale: #383838. Windows color (decimal): -9754619 or 338027. OLE color: 338027.

HSL color Cylindrical-coordinate representation of color #6B2805: hue angle of 20.59º 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 #6B2805 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 40 5 -
CMYK 0 0.63 0.95 0.58
HSL 20.59º 0.91% 0.22% -
HSV(B) 20.59º 0.95% 0.42% -
XYZ 6.85 4.65 0.68 -
YUV 56.04 99.2 164.35 -
System Red Green Blue C M Y K H S L
Decimal 107 40 5 0 0.63 0.95 0.58 20.59 0.91 0.22
Hex 6B 28 5 0 3F 5F 3A 15 5B 16
Octal 153 50 5 0 77 137 72 25 133 26
Binary 1101011 101000 101 0 111111 1011111 111010 10101 1011011 10110

Color Harmonies of #6B2805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2805

Black with #6B2805

Text Example


Text Example

White with #6B2805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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