Html Css Color HEX #623010 Baker's Chocolate

📋 copy color: '#623010'

red 98 ◦ green 48 ◦ blue 16

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

Shades of Baker's Chocolate #623010

Tints of Baker's Chocolate #623010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.88%

R = 60.49%
G = 29.63%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#623010 (or 0x623010) is known color: Baker's Chocolate. HEX triplet: 62, 30 and 10. RGB value is (98,48,16). Sum of RGB (Red+Green+Blue) = 98+48+16=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #623010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623010 is #9DCFEF. Grayscale: #3B3B3B. Windows color (decimal): -10342384 or 1060962. OLE color: 1060962.

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

Color convert

RGB 98 48 16 -
CMYK 0 0.51 0.84 0.62
HSL 23.41º 0.72% 0.22% -
HSV(B) 23.41º 0.84% 0.38% -
XYZ 6.19 4.75 1.08 -
YUV 59.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 98 48 16 0 0.51 0.84 0.62 23.41 0.72 0.22
Hex 62 30 10 0 33 54 3E 17 48 16
Octal 142 60 20 0 63 124 76 27 110 26
Binary 1100010 110000 10000 0 110011 1010100 111110 10111 1001000 10110

Color Harmonies of #623010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623010

Black with #623010

Text Example


Text Example

White with #623010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623010; }

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

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

background-color css

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

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

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

border-color css

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

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

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