Html Css Color HEX #672700 Baker's Chocolate

📋 copy color: '#672700'

red 103 ◦ green 39 ◦ blue 0

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

Shades of Baker's Chocolate #672700

Tints of Baker's Chocolate #672700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.46%

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

R = 72.54%
G = 27.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#672700 (or 0x672700) is known color: Baker's Chocolate. HEX triplet: 67, 27 and 00. RGB value is (103,39,0). Sum of RGB (Red+Green+Blue) = 103+39+0=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #672700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672700 is #98D8FF. Grayscale: #353535. Windows color (decimal): -10017024 or 10087. OLE color: 10087.

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

Color convert

RGB 103 39 0 -
CMYK 0 0.62 1 0.60
HSL 22.72º 1% 0.2% -
HSV(B) 22.72º 1% 0.4% -
XYZ 6.32 4.33 0.5 -
YUV 53.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 103 39 0 0 0.62 1 0.60 22.72 1 0.2
Hex 67 27 0 0 3E 64 3C 17 64 14
Octal 147 47 0 0 76 144 74 27 144 24
Binary 1100111 100111 0 0 111110 1100100 111100 10111 1100100 10100

Color Harmonies of #672700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672700

Black with #672700

Text Example


Text Example

White with #672700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672700; }

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

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

background-color css

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

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

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

border-color css

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

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

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