Html Css Color HEX #62240F Baker's Chocolate

📋 copy color: '#62240F'

red 98 ◦ green 36 ◦ blue 15

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

Shades of Baker's Chocolate #62240F

Tints of Baker's Chocolate #62240F

RGB

 RED value IS 98 (38.67% from 255) = 65.77%

 GREEN value IS 36 (14.45% from 255) = 24.16%

 BLUE value IS 15 (6.25% from 255) = 10.07%

R = 65.77%
G = 24.16%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#62240F (or 0x62240F) is known color: Baker's Chocolate. HEX triplet: 62, 24 and 0F. RGB value is (98,36,15). Sum of RGB (Red+Green+Blue) = 98+36+15=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #62240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62240F is #9DDBF0. Grayscale: #343434. Windows color (decimal): -10345457 or 992354. OLE color: 992354.

HSL color Cylindrical-coordinate representation of color #62240F: hue angle of 15.18º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62240F is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 36 15 -
CMYK 0 0.63 0.85 0.62
HSL 15.18º 0.73% 0.22% -
HSV(B) 15.18º 0.85% 0.38% -
XYZ 5.75 3.89 0.9 -
YUV 52.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 98 36 15 0 0.63 0.85 0.62 15.18 0.73 0.22
Hex 62 24 F 0 3F 55 3E F 49 16
Octal 142 44 17 0 77 125 76 17 111 26
Binary 1100010 100100 1111 0 111111 1010101 111110 1111 1001001 10110

Color Harmonies of #62240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62240F

Black with #62240F

Text Example


Text Example

White with #62240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62240F; }

 p { color: rgb(98,36,15); }

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

background-color css

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

 a { background-color: rgb(98,36,15); }

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

border-color css

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

 span { border-color: rgb(98,36,15); }

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