Html Css Color HEX #612601 Baker's Chocolate

📋 copy color: '#612601'

red 97 ◦ green 38 ◦ blue 1

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

Shades of Baker's Chocolate #612601

Tints of Baker's Chocolate #612601

RGB

 RED value IS 97 (38.28% from 255) = 71.32%

 GREEN value IS 38 (15.23% from 255) = 27.94%

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

R = 71.32%
G = 27.94%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#612601 (or 0x612601) is known color: Baker's Chocolate. HEX triplet: 61, 26 and 01. RGB value is (97,38,1). Sum of RGB (Red+Green+Blue) = 97+38+1=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #612601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612601 is #9ED9FE. Grayscale: #333333. Windows color (decimal): -10410495 or 75361. OLE color: 75361.

HSL color Cylindrical-coordinate representation of color #612601: hue angle of 23.12º 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 #612601 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 38 1 -
CMYK 0 0.61 0.99 0.62
HSL 23.13º 0.98% 0.19% -
HSV(B) 23.13º 0.99% 0.38% -
XYZ 5.63 3.93 0.49 -
YUV 51.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 97 38 1 0 0.61 0.99 0.62 23.13 0.98 0.19
Hex 61 26 1 0 3D 63 3E 17 62 13
Octal 141 46 1 0 75 143 76 27 142 23
Binary 1100001 100110 1 0 111101 1100011 111110 10111 1100010 10011

Color Harmonies of #612601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612601

Black with #612601

Text Example


Text Example

White with #612601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612601; }

 p { color: rgb(97,38,1); }

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

background-color css

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

 a { background-color: rgb(97,38,1); }

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

border-color css

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

 span { border-color: rgb(97,38,1); }

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