Html Css Color HEX #6B2304 Baker's Chocolate

📋 copy color: '#6B2304'

red 107 ◦ green 35 ◦ blue 4

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

Shades of Baker's Chocolate #6B2304

Tints of Baker's Chocolate #6B2304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.97%

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

R = 73.29%
G = 23.97%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6B2304 (or 0x6B2304) is known color: Baker's Chocolate. HEX triplet: 6B, 23 and 04. RGB value is (107,35,4). Sum of RGB (Red+Green+Blue) = 107+35+4=146 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.29% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2304 is #94DCFB. Grayscale: #353535. Windows color (decimal): -9755900 or 271211. OLE color: 271211.

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

Color convert

RGB 107 35 4 -
CMYK 0 0.67 0.96 0.58
HSL 18.06º 0.93% 0.22% -
HSV(B) 18.06º 0.96% 0.42% -
XYZ 6.69 4.34 0.6 -
YUV 52.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 107 35 4 0 0.67 0.96 0.58 18.06 0.93 0.22
Hex 6B 23 4 0 43 60 3A 12 5D 16
Octal 153 43 4 0 103 140 72 22 135 26
Binary 1101011 100011 100 0 1000011 1100000 111010 10010 1011101 10110

Color Harmonies of #6B2304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2304

Black with #6B2304

Text Example


Text Example

White with #6B2304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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