Html Css Color HEX #672400 Baker's Chocolate

📋 copy color: '#672400'

red 103 ◦ green 36 ◦ blue 0

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

Shades of Baker's Chocolate #672400

Tints of Baker's Chocolate #672400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.9%

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

R = 74.1%
G = 25.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#672400 (or 0x672400) is known color: Baker's Chocolate. HEX triplet: 67, 24 and 00. RGB value is (103,36,0). Sum of RGB (Red+Green+Blue) = 103+36+0=139 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.10% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 103 - color contains mainly: red. Hex color #672400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672400 is #98DBFF. Grayscale: #343434. Windows color (decimal): -10017792 or 9319. OLE color: 9319.

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

Color convert

RGB 103 36 0 -
CMYK 0 0.65 1 0.60
HSL 20.97º 1% 0.2% -
HSV(B) 20.97º 1% 0.4% -
XYZ 6.22 4.15 0.47 -
YUV 51.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 103 36 0 0 0.65 1 0.60 20.97 1 0.2
Hex 67 24 0 0 41 64 3C 15 64 14
Octal 147 44 0 0 101 144 74 25 144 24
Binary 1100111 100100 0 0 1000001 1100100 111100 10101 1100100 10100

Color Harmonies of #672400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672400

Black with #672400

Text Example


Text Example

White with #672400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672400; }

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

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

background-color css

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

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

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

border-color css

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

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

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