Html Css Color HEX #661B00 Baker's Chocolate

📋 copy color: '#661B00'

red 102 ◦ green 27 ◦ blue 0

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

Shades of Baker's Chocolate #661B00

Tints of Baker's Chocolate #661B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.93%

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

R = 79.07%
G = 20.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#661B00 (or 0x661B00) is known color: Baker's Chocolate. HEX triplet: 66, 1B and 00. RGB value is (102,27,0). Sum of RGB (Red+Green+Blue) = 102+27+0=129 (17% of max value = 765). Red value is 102 (40.23% from 255 or 79.07% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 102 - color contains mainly: red. Hex color #661B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661B00 is #99E4FF. Grayscale: #2E2E2E. Windows color (decimal): -10085632 or 7014. OLE color: 7014.

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

Color convert

RGB 102 27 0 -
CMYK 0 0.74 1 0.6
HSL 15.88º 1% 0.2% -
HSV(B) 15.88º 1% 0.4% -
XYZ 5.87 3.61 0.39 -
YUV 46.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 102 27 0 0 0.74 1 0.6 15.88 1 0.2
Hex 66 1B 0 0 4A 64 3C 10 64 14
Octal 146 33 0 0 112 144 74 20 144 24
Binary 1100110 11011 0 0 1001010 1100100 111100 10000 1100100 10100

Color Harmonies of #661B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661B00

Black with #661B00

Text Example


Text Example

White with #661B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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