Html Css Color HEX #672800 Baker's Chocolate

📋 copy color: '#672800'

red 103 ◦ green 40 ◦ blue 0

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

Shades of Baker's Chocolate #672800

Tints of Baker's Chocolate #672800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.97%

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

R = 72.03%
G = 27.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#672800 (or 0x672800) is known color: Baker's Chocolate. HEX triplet: 67, 28 and 00. RGB value is (103,40,0). Sum of RGB (Red+Green+Blue) = 103+40+0=143 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.03% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 103 - color contains mainly: red. Hex color #672800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672800 is #98D7FF. Grayscale: #363636. Windows color (decimal): -10016768 or 10343. OLE color: 10343.

HSL color Cylindrical-coordinate representation of color #672800: hue angle of 23.3º 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 #672800 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 40 0 -
CMYK 0 0.61 1 0.60
HSL 23.3º 1% 0.2% -
HSV(B) 23.3º 1% 0.4% -
XYZ 6.35 4.4 0.51 -
YUV 54.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 103 40 0 0 0.61 1 0.60 23.3 1 0.2
Hex 67 28 0 0 3D 64 3C 17 64 14
Octal 147 50 0 0 75 144 74 27 144 24
Binary 1100111 101000 0 0 111101 1100100 111100 10111 1100100 10100

Color Harmonies of #672800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672800

Black with #672800

Text Example


Text Example

White with #672800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672800; }

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

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

background-color css

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

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

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

border-color css

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

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

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