Html Css Color HEX #672200 Baker's Chocolate

📋 copy color: '#672200'

red 103 ◦ green 34 ◦ blue 0

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

Shades of Baker's Chocolate #672200

Tints of Baker's Chocolate #672200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.18%
G = 24.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#672200 (or 0x672200) is known color: Baker's Chocolate. HEX triplet: 67, 22 and 00. RGB value is (103,34,0). Sum of RGB (Red+Green+Blue) = 103+34+0=137 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.18% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 103 - color contains mainly: red. Hex color #672200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672200 is #98DDFF. Grayscale: #323232. Windows color (decimal): -10018304 or 8807. OLE color: 8807.

HSL color Cylindrical-coordinate representation of color #672200: hue angle of 19.81º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #672200 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 34 0 -
CMYK 0 0.67 1 0.60
HSL 19.81º 1% 0.2% -
HSV(B) 19.81º 1% 0.4% -
XYZ 6.17 4.03 0.45 -
YUV 50.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 103 34 0 0 0.67 1 0.60 19.81 1 0.2
Hex 67 22 0 0 43 64 3C 14 64 14
Octal 147 42 0 0 103 144 74 24 144 24
Binary 1100111 100010 0 0 1000011 1100100 111100 10100 1100100 10100

Color Harmonies of #672200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672200

Black with #672200

Text Example


Text Example

White with #672200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672200; }

 p { color: rgb(103,34,0); }

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

background-color css

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

 a { background-color: rgb(103,34,0); }

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

border-color css

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

 span { border-color: rgb(103,34,0); }

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