Html Css Color HEX #613202 Baker's Chocolate

📋 copy color: '#613202'

red 97 ◦ green 50 ◦ blue 2

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

Shades of Baker's Chocolate #613202

Tints of Baker's Chocolate #613202

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.56%

 BLUE value IS 2 (1.17% from 255) = 1.34%

R = 65.1%
G = 33.56%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#613202 (or 0x613202) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 02. RGB value is (97,50,2). Sum of RGB (Red+Green+Blue) = 97+50+2=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #613202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613202 is #9ECDFD. Grayscale: #3A3A3A. Windows color (decimal): -10407422 or 143969. OLE color: 143969.

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

Color convert

RGB 97 50 2 -
CMYK 0 0.48 0.98 0.62
HSL 30.32º 0.96% 0.19% -
HSV(B) 30.32º 0.98% 0.38% -
XYZ 6.08 4.83 0.67 -
YUV 58.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 97 50 2 0 0.48 0.98 0.62 30.32 0.96 0.19
Hex 61 32 2 0 30 62 3E 1E 60 13
Octal 141 62 2 0 60 142 76 36 140 23
Binary 1100001 110010 10 0 110000 1100010 111110 11110 1100000 10011

Color Harmonies of #613202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613202

Black with #613202

Text Example


Text Example

White with #613202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613202; }

 p { color: rgb(97,50,2); }

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

background-color css

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

 a { background-color: rgb(97,50,2); }

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

border-color css

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

 span { border-color: rgb(97,50,2); }

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