Html Css Color HEX #682002 Baker's Chocolate

📋 copy color: '#682002'

red 104 ◦ green 32 ◦ blue 2

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

Shades of Baker's Chocolate #682002

Tints of Baker's Chocolate #682002

RGB

 RED value IS 104 (41.02% from 255) = 75.36%

 GREEN value IS 32 (12.89% from 255) = 23.19%

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

R = 75.36%
G = 23.19%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#682002 (or 0x682002) is known color: Baker's Chocolate. HEX triplet: 68, 20 and 02. RGB value is (104,32,2). Sum of RGB (Red+Green+Blue) = 104+32+2=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #682002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682002 is #97DFFD. Grayscale: #323232. Windows color (decimal): -9953278 or 139368. OLE color: 139368.

HSL color Cylindrical-coordinate representation of color #682002: hue angle of 17.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #682002 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 32 2 -
CMYK 0 0.69 0.98 0.59
HSL 17.65º 0.96% 0.21% -
HSV(B) 17.65º 0.98% 0.41% -
XYZ 6.24 3.98 0.5 -
YUV 50.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 104 32 2 0 0.69 0.98 0.59 17.65 0.96 0.21
Hex 68 20 2 0 45 62 3B 12 60 15
Octal 150 40 2 0 105 142 73 22 140 25
Binary 1101000 100000 10 0 1000101 1100010 111011 10010 1100000 10101

Color Harmonies of #682002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682002

Black with #682002

Text Example


Text Example

White with #682002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682002; }

 p { color: rgb(104,32,2); }

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

background-color css

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

 a { background-color: rgb(104,32,2); }

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

border-color css

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

 span { border-color: rgb(104,32,2); }

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