Html Css Color HEX #6B2207 Baker's Chocolate

📋 copy color: '#6B2207'

red 107 ◦ green 34 ◦ blue 7

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

Shades of Baker's Chocolate #6B2207

Tints of Baker's Chocolate #6B2207

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.97%

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

R = 72.3%
G = 22.97%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6B2207 (or 0x6B2207) is known color: Baker's Chocolate. HEX triplet: 6B, 22 and 07. RGB value is (107,34,7). Sum of RGB (Red+Green+Blue) = 107+34+7=148 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.30% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2207 is #94DDF8. Grayscale: #343434. Windows color (decimal): -9756153 or 467563. OLE color: 467563.

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

Color convert

RGB 107 34 7 -
CMYK 0 0.68 0.93 0.58
HSL 16.2º 0.88% 0.22% -
HSV(B) 16.2º 0.93% 0.42% -
XYZ 6.67 4.29 0.68 -
YUV 52.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 107 34 7 0 0.68 0.93 0.58 16.2 0.88 0.22
Hex 6B 22 7 0 44 5D 3A 10 58 16
Octal 153 42 7 0 104 135 72 20 130 26
Binary 1101011 100010 111 0 1000100 1011101 111010 10000 1011000 10110

Color Harmonies of #6B2207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2207

Black with #6B2207

Text Example


Text Example

White with #6B2207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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