Html Css Color HEX #623A16 Baker's Chocolate

📋 copy color: '#623A16'

red 98 ◦ green 58 ◦ blue 22

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

Shades of Baker's Chocolate #623A16

Tints of Baker's Chocolate #623A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.36%

R = 55.06%
G = 32.58%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#623A16 (or 0x623A16) is known color: Baker's Chocolate. HEX triplet: 62, 3A and 16. RGB value is (98,58,22). Sum of RGB (Red+Green+Blue) = 98+58+22=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #623A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623A16 is #9DC5E9. Grayscale: #424242. Windows color (decimal): -10339818 or 1456738. OLE color: 1456738.

HSL color Cylindrical-coordinate representation of color #623A16: hue angle of 28.42º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #623A16 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 58 22 -
CMYK 0 0.41 0.78 0.62
HSL 28.42º 0.63% 0.24% -
HSV(B) 28.42º 0.78% 0.38% -
XYZ 6.69 5.68 1.5 -
YUV 65.86 103.25 150.93 -
System Red Green Blue C M Y K H S L
Decimal 98 58 22 0 0.41 0.78 0.62 28.42 0.63 0.24
Hex 62 3A 16 0 29 4E 3E 1C 3F 18
Octal 142 72 26 0 51 116 76 34 77 30
Binary 1100010 111010 10110 0 101001 1001110 111110 11100 111111 11000

Color Harmonies of #623A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623A16

Black with #623A16

Text Example


Text Example

White with #623A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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