Html Css Color HEX #672300 Baker's Chocolate

📋 copy color: '#672300'

red 103 ◦ green 35 ◦ blue 0

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

Shades of Baker's Chocolate #672300

Tints of Baker's Chocolate #672300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.36%

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

R = 74.64%
G = 25.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#672300 (or 0x672300) is known color: Baker's Chocolate. HEX triplet: 67, 23 and 00. RGB value is (103,35,0). Sum of RGB (Red+Green+Blue) = 103+35+0=138 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.64% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 103 - color contains mainly: red. Hex color #672300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672300 is #98DCFF. Grayscale: #333333. Windows color (decimal): -10018048 or 9063. OLE color: 9063.

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

Color convert

RGB 103 35 0 -
CMYK 0 0.66 1 0.60
HSL 20.39º 1% 0.2% -
HSV(B) 20.39º 1% 0.4% -
XYZ 6.19 4.09 0.46 -
YUV 51.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 103 35 0 0 0.66 1 0.60 20.39 1 0.2
Hex 67 23 0 0 42 64 3C 14 64 14
Octal 147 43 0 0 102 144 74 24 144 24
Binary 1100111 100011 0 0 1000010 1100100 111100 10100 1100100 10100

Color Harmonies of #672300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672300

Black with #672300

Text Example


Text Example

White with #672300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672300; }

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

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

background-color css

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

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

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

border-color css

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

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

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