Html Css Color HEX #6B2907 Baker's Chocolate

📋 copy color: '#6B2907'

red 107 ◦ green 41 ◦ blue 7

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

Shades of Baker's Chocolate #6B2907

Tints of Baker's Chocolate #6B2907

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.45%

 BLUE value IS 7 (3.13% from 255) = 4.52%

R = 69.03%
G = 26.45%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6B2907 (or 0x6B2907) is known color: Baker's Chocolate. HEX triplet: 6B, 29 and 07. RGB value is (107,41,7). Sum of RGB (Red+Green+Blue) = 107+41+7=155 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.03% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2907 is #94D6F8. Grayscale: #393939. Windows color (decimal): -9754361 or 469355. OLE color: 469355.

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

Color convert

RGB 107 41 7 -
CMYK 0 0.62 0.93 0.58
HSL 20.4º 0.88% 0.22% -
HSV(B) 20.4º 0.93% 0.42% -
XYZ 6.89 4.73 0.75 -
YUV 56.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 107 41 7 0 0.62 0.93 0.58 20.4 0.88 0.22
Hex 6B 29 7 0 3E 5D 3A 14 58 16
Octal 153 51 7 0 76 135 72 24 130 26
Binary 1101011 101001 111 0 111110 1011101 111010 10100 1011000 10110

Color Harmonies of #6B2907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2907

Black with #6B2907

Text Example


Text Example

White with #6B2907

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,41,7); }

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

background-color css

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

 a { background-color: rgb(107,41,7); }

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

border-color css

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

 span { border-color: rgb(107,41,7); }

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