Html Css Color HEX #673301 Baker's Chocolate

📋 copy color: '#673301'

red 103 ◦ green 51 ◦ blue 1

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

Shades of Baker's Chocolate #673301

Tints of Baker's Chocolate #673301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 66.45%
G = 32.9%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#673301 (or 0x673301) is known color: Baker's Chocolate. HEX triplet: 67, 33 and 01. RGB value is (103,51,1). Sum of RGB (Red+Green+Blue) = 103+51+1=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #673301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673301 is #98CCFE. Grayscale: #3D3D3D. Windows color (decimal): -10013951 or 78695. OLE color: 78695.

HSL color Cylindrical-coordinate representation of color #673301: hue angle of 29.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #673301 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 51 1 -
CMYK 0 0.50 0.99 0.60
HSL 29.41º 0.98% 0.2% -
HSV(B) 29.41º 0.99% 0.4% -
XYZ 6.78 5.25 0.69 -
YUV 60.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 103 51 1 0 0.50 0.99 0.60 29.41 0.98 0.2
Hex 67 33 1 0 32 63 3C 1D 62 14
Octal 147 63 1 0 62 143 74 35 142 24
Binary 1100111 110011 1 0 110010 1100011 111100 11101 1100010 10100

Color Harmonies of #673301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673301

Black with #673301

Text Example


Text Example

White with #673301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673301; }

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

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

background-color css

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

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

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

border-color css

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

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

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