Html Css Color HEX #673200 Baker's Chocolate

📋 copy color: '#673200'

red 103 ◦ green 50 ◦ blue 0

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

Shades of Baker's Chocolate #673200

Tints of Baker's Chocolate #673200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.68%

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

R = 67.32%
G = 32.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#673200 (or 0x673200) is known color: Baker's Chocolate. HEX triplet: 67, 32 and 00. RGB value is (103,50,0). Sum of RGB (Red+Green+Blue) = 103+50+0=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #673200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673200 is #98CDFF. Grayscale: #3C3C3C. Windows color (decimal): -10014208 or 12903. OLE color: 12903.

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

Color convert

RGB 103 50 0 -
CMYK 0 0.51 1 0.60
HSL 29.13º 1% 0.2% -
HSV(B) 29.13º 1% 0.4% -
XYZ 6.73 5.16 0.64 -
YUV 60.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 103 50 0 0 0.51 1 0.60 29.13 1 0.2
Hex 67 32 0 0 33 64 3C 1D 64 14
Octal 147 62 0 0 63 144 74 35 144 24
Binary 1100111 110010 0 0 110011 1100100 111100 11101 1100100 10100

Color Harmonies of #673200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673200

Black with #673200

Text Example


Text Example

White with #673200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673200; }

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

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

background-color css

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

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

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

border-color css

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

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

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