Html Css Color HEX #661F01 Baker's Chocolate

📋 copy color: '#661F01'

red 102 ◦ green 31 ◦ blue 1

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

Shades of Baker's Chocolate #661F01

Tints of Baker's Chocolate #661F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.13%

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 76.12%
G = 23.13%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#661F01 (or 0x661F01) is known color: Baker's Chocolate. HEX triplet: 66, 1F and 01. RGB value is (102,31,1). Sum of RGB (Red+Green+Blue) = 102+31+1=134 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.12% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 102 - color contains mainly: red. Hex color #661F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661F01 is #99E0FE. Grayscale: #313131. Windows color (decimal): -10084607 or 73574. OLE color: 73574.

HSL color Cylindrical-coordinate representation of color #661F01: hue angle of 17.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #661F01 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 31 1 -
CMYK 0 0.70 0.99 0.6
HSL 17.82º 0.98% 0.2% -
HSV(B) 17.82º 0.99% 0.4% -
XYZ 5.97 3.81 0.45 -
YUV 48.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 102 31 1 0 0.70 0.99 0.6 17.82 0.98 0.2
Hex 66 1F 1 0 46 63 3C 12 62 14
Octal 146 37 1 0 106 143 74 22 142 24
Binary 1100110 11111 1 0 1000110 1100011 111100 10010 1100010 10100

Color Harmonies of #661F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661F01

Black with #661F01

Text Example


Text Example

White with #661F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,31,1); }

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

background-color css

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

 a { background-color: rgb(102,31,1); }

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

border-color css

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

 span { border-color: rgb(102,31,1); }

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