Html Css Color HEX #601D01 Baker's Chocolate

📋 copy color: '#601D01'

red 96 ◦ green 29 ◦ blue 1

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

Shades of Baker's Chocolate #601D01

Tints of Baker's Chocolate #601D01

RGB

 RED value IS 96 (37.89% from 255) = 76.19%

 GREEN value IS 29 (11.72% from 255) = 23.02%

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

R = 76.19%
G = 23.02%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#601D01 (or 0x601D01) is known color: Baker's Chocolate. HEX triplet: 60, 1D and 01. RGB value is (96,29,1). Sum of RGB (Red+Green+Blue) = 96+29+1=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #601D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D01 is #9FE2FE. Grayscale: #2E2E2E. Windows color (decimal): -10478335 or 73056. OLE color: 73056.

HSL color Cylindrical-coordinate representation of color #601D01: hue angle of 17.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #601D01 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 29 1 -
CMYK 0 0.70 0.99 0.62
HSL 17.68º 0.98% 0.19% -
HSV(B) 17.68º 0.99% 0.38% -
XYZ 5.27 3.37 0.4 -
YUV 45.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 96 29 1 0 0.70 0.99 0.62 17.68 0.98 0.19
Hex 60 1D 1 0 46 63 3E 12 62 13
Octal 140 35 1 0 106 143 76 22 142 23
Binary 1100000 11101 1 0 1000110 1100011 111110 10010 1100010 10011

Color Harmonies of #601D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601D01

Black with #601D01

Text Example


Text Example

White with #601D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601D01; }

 p { color: rgb(96,29,1); }

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

background-color css

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

 a { background-color: rgb(96,29,1); }

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

border-color css

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

 span { border-color: rgb(96,29,1); }

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