Html Css Color HEX #672002 Baker's Chocolate

📋 copy color: '#672002'

red 103 ◦ green 32 ◦ blue 2

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

Shades of Baker's Chocolate #672002

Tints of Baker's Chocolate #672002

RGB

 RED value IS 103 (40.63% from 255) = 75.18%

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

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

R = 75.18%
G = 23.36%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#672002 (or 0x672002) is known color: Baker's Chocolate. HEX triplet: 67, 20 and 02. RGB value is (103,32,2). Sum of RGB (Red+Green+Blue) = 103+32+2=137 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.18% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 103 - color contains mainly: red. Hex color #672002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672002 is #98DFFD. Grayscale: #323232. Windows color (decimal): -10018814 or 139367. OLE color: 139367.

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

Color convert

RGB 103 32 2 -
CMYK 0 0.69 0.98 0.60
HSL 17.82º 0.96% 0.21% -
HSV(B) 17.82º 0.98% 0.4% -
XYZ 6.12 3.92 0.49 -
YUV 49.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 103 32 2 0 0.69 0.98 0.60 17.82 0.96 0.21
Hex 67 20 2 0 45 62 3C 12 60 15
Octal 147 40 2 0 105 142 74 22 140 25
Binary 1100111 100000 10 0 1000101 1100010 111100 10010 1100000 10101

Color Harmonies of #672002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672002

Black with #672002

Text Example


Text Example

White with #672002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672002; }

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

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

background-color css

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

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

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

border-color css

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

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

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