Html Css Color HEX #672900 Baker's Chocolate

📋 copy color: '#672900'

red 103 ◦ green 41 ◦ blue 0

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

Shades of Baker's Chocolate #672900

Tints of Baker's Chocolate #672900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.47%

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

R = 71.53%
G = 28.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#672900 (or 0x672900) is known color: Baker's Chocolate. HEX triplet: 67, 29 and 00. RGB value is (103,41,0). Sum of RGB (Red+Green+Blue) = 103+41+0=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #672900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672900 is #98D6FF. Grayscale: #373737. Windows color (decimal): -10016512 or 10599. OLE color: 10599.

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

Color convert

RGB 103 41 0 -
CMYK 0 0.60 1 0.60
HSL 23.88º 1% 0.2% -
HSV(B) 23.88º 1% 0.4% -
XYZ 6.39 4.47 0.53 -
YUV 54.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 103 41 0 0 0.60 1 0.60 23.88 1 0.2
Hex 67 29 0 0 3C 64 3C 18 64 14
Octal 147 51 0 0 74 144 74 30 144 24
Binary 1100111 101001 0 0 111100 1100100 111100 11000 1100100 10100

Color Harmonies of #672900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672900

Black with #672900

Text Example


Text Example

White with #672900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672900; }

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

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

background-color css

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

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

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

border-color css

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

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

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