Html Css Color HEX #663500 Baker's Chocolate

📋 copy color: '#663500'

red 102 ◦ green 53 ◦ blue 0

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

Shades of Baker's Chocolate #663500

Tints of Baker's Chocolate #663500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.19%

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

R = 65.81%
G = 34.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#663500 (or 0x663500) is known color: Baker's Chocolate. HEX triplet: 66, 35 and 00. RGB value is (102,53,0). Sum of RGB (Red+Green+Blue) = 102+53+0=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #663500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663500 is #99CAFF. Grayscale: #3D3D3D. Windows color (decimal): -10078976 or 13670. OLE color: 13670.

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

Color convert

RGB 102 53 0 -
CMYK 0 0.48 1 0.6
HSL 31.18º 1% 0.2% -
HSV(B) 31.18º 1% 0.4% -
XYZ 6.75 5.37 0.68 -
YUV 61.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 102 53 0 0 0.48 1 0.6 31.18 1 0.2
Hex 66 35 0 0 30 64 3C 1F 64 14
Octal 146 65 0 0 60 144 74 37 144 24
Binary 1100110 110101 0 0 110000 1100100 111100 11111 1100100 10100

Color Harmonies of #663500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663500

Black with #663500

Text Example


Text Example

White with #663500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663500; }

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

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

background-color css

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

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

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

border-color css

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

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

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