Html Css Color HEX #6C2302 Baker's Chocolate

📋 copy color: '#6C2302'

red 108 ◦ green 35 ◦ blue 2

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

Shades of Baker's Chocolate #6C2302

Tints of Baker's Chocolate #6C2302

RGB

 RED value IS 108 (42.58% from 255) = 74.48%

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

 BLUE value IS 2 (1.17% from 255) = 1.38%

R = 74.48%
G = 24.14%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#6C2302 (or 0x6C2302) is known color: Baker's Chocolate. HEX triplet: 6C, 23 and 02. RGB value is (108,35,2). Sum of RGB (Red+Green+Blue) = 108+35+2=145 (19% of max value = 765). Red value is 108 (42.58% from 255 or 74.48% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2302 is #93DCFD. Grayscale: #353535. Windows color (decimal): -9690366 or 140140. OLE color: 140140.

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

Color convert

RGB 108 35 2 -
CMYK 0 0.68 0.98 0.58
HSL 18.68º 0.96% 0.22% -
HSV(B) 18.68º 0.98% 0.42% -
XYZ 6.8 4.39 0.55 -
YUV 53.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 108 35 2 0 0.68 0.98 0.58 18.68 0.96 0.22
Hex 6C 23 2 0 44 62 3A 13 60 16
Octal 154 43 2 0 104 142 72 23 140 26
Binary 1101100 100011 10 0 1000100 1100010 111010 10011 1100000 10110

Color Harmonies of #6C2302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2302

Black with #6C2302

Text Example


Text Example

White with #6C2302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,35,2); }

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

background-color css

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

 a { background-color: rgb(108,35,2); }

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

border-color css

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

 span { border-color: rgb(108,35,2); }

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