Html Css Color HEX #663714 Baker's Chocolate

📋 copy color: '#663714'

red 102 ◦ green 55 ◦ blue 20

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

Shades of Baker's Chocolate #663714

Tints of Baker's Chocolate #663714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.07%

 BLUE value IS 20 (8.2% from 255) = 11.3%

R = 57.63%
G = 31.07%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#663714 (or 0x663714) is known color: Baker's Chocolate. HEX triplet: 66, 37 and 14. RGB value is (102,55,20). Sum of RGB (Red+Green+Blue) = 102+55+20=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663714 is #99C8EB. Grayscale: #414141. Windows color (decimal): -10078444 or 1324902. OLE color: 1324902.

HSL color Cylindrical-coordinate representation of color #663714: hue angle of 25.61º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #663714 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 55 20 -
CMYK 0 0.46 0.80 0.6
HSL 25.61º 0.67% 0.24% -
HSV(B) 25.61º 0.8% 0.4% -
XYZ 6.97 5.61 1.38 -
YUV 65.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 102 55 20 0 0.46 0.80 0.6 25.61 0.67 0.24
Hex 66 37 14 0 2E 50 3C 1A 43 18
Octal 146 67 24 0 56 120 74 32 103 30
Binary 1100110 110111 10100 0 101110 1010000 111100 11010 1000011 11000

Color Harmonies of #663714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663714

Black with #663714

Text Example


Text Example

White with #663714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663714; }

 p { color: rgb(102,55,20); }

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

background-color css

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

 a { background-color: rgb(102,55,20); }

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

border-color css

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

 span { border-color: rgb(102,55,20); }

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