Html Css Color HEX #663A0B Baker's Chocolate

📋 copy color: '#663A0B'

red 102 ◦ green 58 ◦ blue 11

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

Shades of Baker's Chocolate #663A0B

Tints of Baker's Chocolate #663A0B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.92%

 BLUE value IS 11 (4.69% from 255) = 6.43%

R = 59.65%
G = 33.92%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.6

RGB Variations

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

Color information

#663A0B (or 0x663A0B) is known color: Baker's Chocolate. HEX triplet: 66, 3A and 0B. RGB value is (102,58,11). Sum of RGB (Red+Green+Blue) = 102+58+11=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #663A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663A0B is #99C5F4. Grayscale: #424242. Windows color (decimal): -10077685 or 735846. OLE color: 735846.

HSL color Cylindrical-coordinate representation of color #663A0B: hue angle of 30.99º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #663A0B is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 58 11 -
CMYK 0 0.43 0.89 0.6
HSL 30.99º 0.81% 0.22% -
HSV(B) 30.99º 0.89% 0.4% -
XYZ 7.05 5.88 1.08 -
YUV 65.8 97.08 153.82 -
System Red Green Blue C M Y K H S L
Decimal 102 58 11 0 0.43 0.89 0.6 30.99 0.81 0.22
Hex 66 3A B 0 2B 59 3C 1F 51 16
Octal 146 72 13 0 53 131 74 37 121 26
Binary 1100110 111010 1011 0 101011 1011001 111100 11111 1010001 10110

Color Harmonies of #663A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663A0B

Black with #663A0B

Text Example


Text Example

White with #663A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663A0B; }

 p { color: rgb(102,58,11); }

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

background-color css

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

 a { background-color: rgb(102,58,11); }

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

border-color css

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

 span { border-color: rgb(102,58,11); }

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