Html Css Color HEX #622713 Baker's Chocolate

📋 copy color: '#622713'

red 98 ◦ green 39 ◦ blue 19

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

Shades of Baker's Chocolate #622713

Tints of Baker's Chocolate #622713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25%

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

R = 62.82%
G = 25%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#622713 (or 0x622713) is known color: Baker's Chocolate. HEX triplet: 62, 27 and 13. RGB value is (98,39,19). Sum of RGB (Red+Green+Blue) = 98+39+19=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #622713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622713 is #9DD8EC. Grayscale: #363636. Windows color (decimal): -10344685 or 1255266. OLE color: 1255266.

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

Color convert

RGB 98 39 19 -
CMYK 0 0.60 0.81 0.62
HSL 15.19º 0.68% 0.23% -
HSV(B) 15.19º 0.81% 0.38% -
XYZ 5.88 4.09 1.1 -
YUV 54.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 98 39 19 0 0.60 0.81 0.62 15.19 0.68 0.23
Hex 62 27 13 0 3C 51 3E F 44 17
Octal 142 47 23 0 74 121 76 17 104 27
Binary 1100010 100111 10011 0 111100 1010001 111110 1111 1000100 10111

Color Harmonies of #622713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622713

Black with #622713

Text Example


Text Example

White with #622713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622713; }

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

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

background-color css

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

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

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

border-color css

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

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

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