Html Css Color HEX #663400 Baker's Chocolate

📋 copy color: '#663400'

red 102 ◦ green 52 ◦ blue 0

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

Shades of Baker's Chocolate #663400

Tints of Baker's Chocolate #663400

RGB

 RED value IS 102 (40.23% from 255) = 66.23%

 GREEN value IS 52 (20.7% from 255) = 33.77%

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

R = 66.23%
G = 33.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#663400 (or 0x663400) is known color: Baker's Chocolate. HEX triplet: 66, 34 and 00. RGB value is (102,52,0). Sum of RGB (Red+Green+Blue) = 102+52+0=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #663400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663400 is #99CBFF. Grayscale: #3D3D3D. Windows color (decimal): -10079232 or 13414. OLE color: 13414.

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

Color convert

RGB 102 52 0 -
CMYK 0 0.49 1 0.6
HSL 30.59º 1% 0.2% -
HSV(B) 30.59º 1% 0.4% -
XYZ 6.71 5.28 0.67 -
YUV 61.02 93.57 157.23 -
System Red Green Blue C M Y K H S L
Decimal 102 52 0 0 0.49 1 0.6 30.59 1 0.2
Hex 66 34 0 0 31 64 3C 1F 64 14
Octal 146 64 0 0 61 144 74 37 144 24
Binary 1100110 110100 0 0 110001 1100100 111100 11111 1100100 10100

Color Harmonies of #663400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663400

Black with #663400

Text Example


Text Example

White with #663400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663400; }

 p { color: rgb(102,52,0); }

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

background-color css

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

 a { background-color: rgb(102,52,0); }

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

border-color css

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

 span { border-color: rgb(102,52,0); }

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