Html Css Color HEX #663319 Baker's Chocolate

📋 copy color: '#663319'

red 102 ◦ green 51 ◦ blue 25

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

Shades of Baker's Chocolate #663319

Tints of Baker's Chocolate #663319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.04%

R = 57.3%
G = 28.65%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#663319 (or 0x663319) is known color: Baker's Chocolate. HEX triplet: 66, 33 and 19. RGB value is (102,51,25). Sum of RGB (Red+Green+Blue) = 102+51+25=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #663319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663319 is #99CCE6. Grayscale: #3F3F3F. Windows color (decimal): -10079463 or 1651558. OLE color: 1651558.

HSL color Cylindrical-coordinate representation of color #663319: hue angle of 20.26º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663319 is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 25 -
CMYK 0 0.5 0.75 0.6
HSL 20.26º 0.61% 0.25% -
HSV(B) 20.26º 0.75% 0.4% -
XYZ 6.84 5.26 1.58 -
YUV 63.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 102 51 25 0 0.5 0.75 0.6 20.26 0.61 0.25
Hex 66 33 19 0 32 4B 3C 14 3D 19
Octal 146 63 31 0 62 113 74 24 75 31
Binary 1100110 110011 11001 0 110010 1001011 111100 10100 111101 11001

Color Harmonies of #663319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663319

Black with #663319

Text Example


Text Example

White with #663319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663319; }

 p { color: rgb(102,51,25); }

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

background-color css

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

 a { background-color: rgb(102,51,25); }

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

border-color css

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

 span { border-color: rgb(102,51,25); }

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