Html Css Color HEX #651C01 Baker's Chocolate

📋 copy color: '#651C01'

red 101 ◦ green 28 ◦ blue 1

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

Shades of Baker's Chocolate #651C01

Tints of Baker's Chocolate #651C01

RGB

 RED value IS 101 (39.84% from 255) = 77.69%

 GREEN value IS 28 (11.33% from 255) = 21.54%

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

R = 77.69%
G = 21.54%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#651C01 (or 0x651C01) is known color: Baker's Chocolate. HEX triplet: 65, 1C and 01. RGB value is (101,28,1). Sum of RGB (Red+Green+Blue) = 101+28+1=130 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.69% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 101 - color contains mainly: red. Hex color #651C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C01 is #9AE3FE. Grayscale: #2E2E2E. Windows color (decimal): -10150911 or 72805. OLE color: 72805.

HSL color Cylindrical-coordinate representation of color #651C01: hue angle of 16.2º 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 #651C01 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 28 1 -
CMYK 0 0.72 0.99 0.60
HSL 16.2º 0.98% 0.2% -
HSV(B) 16.2º 0.99% 0.4% -
XYZ 5.79 3.6 0.42 -
YUV 46.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 101 28 1 0 0.72 0.99 0.60 16.2 0.98 0.2
Hex 65 1C 1 0 48 63 3C 10 62 14
Octal 145 34 1 0 110 143 74 20 142 24
Binary 1100101 11100 1 0 1001000 1100011 111100 10000 1100010 10100

Color Harmonies of #651C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651C01

Black with #651C01

Text Example


Text Example

White with #651C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651C01; }

 p { color: rgb(101,28,1); }

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

background-color css

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

 a { background-color: rgb(101,28,1); }

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

border-color css

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

 span { border-color: rgb(101,28,1); }

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