Html Css Color HEX #623013 Baker's Chocolate

📋 copy color: '#623013'

red 98 ◦ green 48 ◦ blue 19

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

Shades of Baker's Chocolate #623013

Tints of Baker's Chocolate #623013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.09%

 BLUE value IS 19 (7.81% from 255) = 11.52%

R = 59.39%
G = 29.09%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#623013 (or 0x623013) is known color: Baker's Chocolate. HEX triplet: 62, 30 and 13. RGB value is (98,48,19). Sum of RGB (Red+Green+Blue) = 98+48+19=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #623013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623013 is #9DCFEC. Grayscale: #3B3B3B. Windows color (decimal): -10342381 or 1257570. OLE color: 1257570.

HSL color Cylindrical-coordinate representation of color #623013: hue angle of 22.03º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #623013 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 48 19 -
CMYK 0 0.51 0.81 0.62
HSL 22.03º 0.68% 0.23% -
HSV(B) 22.03º 0.81% 0.38% -
XYZ 6.21 4.76 1.21 -
YUV 59.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 98 48 19 0 0.51 0.81 0.62 22.03 0.68 0.23
Hex 62 30 13 0 33 51 3E 16 44 17
Octal 142 60 23 0 63 121 76 26 104 27
Binary 1100010 110000 10011 0 110011 1010001 111110 10110 1000100 10111

Color Harmonies of #623013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623013

Black with #623013

Text Example


Text Example

White with #623013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623013; }

 p { color: rgb(98,48,19); }

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

background-color css

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

 a { background-color: rgb(98,48,19); }

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

border-color css

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

 span { border-color: rgb(98,48,19); }

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