Html Css Color HEX #663017 Baker's Chocolate

📋 copy color: '#663017'

red 102 ◦ green 48 ◦ blue 23

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

Shades of Baker's Chocolate #663017

Tints of Baker's Chocolate #663017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.75%

 BLUE value IS 23 (9.38% from 255) = 13.29%

R = 58.96%
G = 27.75%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#663017 (or 0x663017) is known color: Baker's Chocolate. HEX triplet: 66, 30 and 17. RGB value is (102,48,23). Sum of RGB (Red+Green+Blue) = 102+48+23=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #663017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663017 is #99CFE8. Grayscale: #3D3D3D. Windows color (decimal): -10080233 or 1519718. OLE color: 1519718.

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

Color convert

RGB 102 48 23 -
CMYK 0 0.53 0.77 0.6
HSL 18.99º 0.63% 0.25% -
HSV(B) 18.99º 0.77% 0.4% -
XYZ 6.69 5 1.42 -
YUV 61.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 102 48 23 0 0.53 0.77 0.6 18.99 0.63 0.25
Hex 66 30 17 0 35 4D 3C 13 3F 19
Octal 146 60 27 0 65 115 74 23 77 31
Binary 1100110 110000 10111 0 110101 1001101 111100 10011 111111 11001

Color Harmonies of #663017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663017

Black with #663017

Text Example


Text Example

White with #663017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663017; }

 p { color: rgb(102,48,23); }

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

background-color css

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

 a { background-color: rgb(102,48,23); }

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

border-color css

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

 span { border-color: rgb(102,48,23); }

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