Html Css Color HEX #623A13 Baker's Chocolate

📋 copy color: '#623A13'

red 98 ◦ green 58 ◦ blue 19

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

Shades of Baker's Chocolate #623A13

Tints of Baker's Chocolate #623A13

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.14%

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

R = 56%
G = 33.14%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#623A13 (or 0x623A13) is known color: Baker's Chocolate. HEX triplet: 62, 3A and 13. RGB value is (98,58,19). Sum of RGB (Red+Green+Blue) = 98+58+19=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #623A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623A13 is #9DC5EC. Grayscale: #414141. Windows color (decimal): -10339821 or 1260130. OLE color: 1260130.

HSL color Cylindrical-coordinate representation of color #623A13: hue angle of 29.62º 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 #623A13 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 58 19 -
CMYK 0 0.41 0.81 0.62
HSL 29.62º 0.68% 0.23% -
HSV(B) 29.62º 0.81% 0.38% -
XYZ 6.67 5.67 1.36 -
YUV 65.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 98 58 19 0 0.41 0.81 0.62 29.62 0.68 0.23
Hex 62 3A 13 0 29 51 3E 1E 44 17
Octal 142 72 23 0 51 121 76 36 104 27
Binary 1100010 111010 10011 0 101001 1010001 111110 11110 1000100 10111

Color Harmonies of #623A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623A13

Black with #623A13

Text Example


Text Example

White with #623A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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