Html Css Color HEX #673300 Baker's Chocolate

📋 copy color: '#673300'

red 103 ◦ green 51 ◦ blue 0

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

Shades of Baker's Chocolate #673300

Tints of Baker's Chocolate #673300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.12%

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

R = 66.88%
G = 33.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#673300 (or 0x673300) is known color: Baker's Chocolate. HEX triplet: 67, 33 and 00. RGB value is (103,51,0). Sum of RGB (Red+Green+Blue) = 103+51+0=154 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.88% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 103 - color contains mainly: red. Hex color #673300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673300 is #98CCFF. Grayscale: #3C3C3C. Windows color (decimal): -10013952 or 13159. OLE color: 13159.

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

Color convert

RGB 103 51 0 -
CMYK 0 0.50 1 0.60
HSL 29.71º 1% 0.2% -
HSV(B) 29.71º 1% 0.4% -
XYZ 6.78 5.25 0.66 -
YUV 60.73 93.73 158.15 -
System Red Green Blue C M Y K H S L
Decimal 103 51 0 0 0.50 1 0.60 29.71 1 0.2
Hex 67 33 0 0 32 64 3C 1E 64 14
Octal 147 63 0 0 62 144 74 36 144 24
Binary 1100111 110011 0 0 110010 1100100 111100 11110 1100100 10100

Color Harmonies of #673300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673300

Black with #673300

Text Example


Text Example

White with #673300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673300; }

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

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

background-color css

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

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

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

border-color css

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

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

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