Html Css Color HEX #623006 Baker's Chocolate

📋 copy color: '#623006'

red 98 ◦ green 48 ◦ blue 6

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

Shades of Baker's Chocolate #623006

Tints of Baker's Chocolate #623006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.95%

R = 64.47%
G = 31.58%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#623006 (or 0x623006) is known color: Baker's Chocolate. HEX triplet: 62, 30 and 06. RGB value is (98,48,6). Sum of RGB (Red+Green+Blue) = 98+48+6=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #623006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623006 is #9DCFF9. Grayscale: #3A3A3A. Windows color (decimal): -10342394 or 405602. OLE color: 405602.

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

Color convert

RGB 98 48 6 -
CMYK 0 0.51 0.94 0.62
HSL 27.39º 0.88% 0.2% -
HSV(B) 27.39º 0.94% 0.38% -
XYZ 6.13 4.72 0.76 -
YUV 58.16 98.57 156.42 -
System Red Green Blue C M Y K H S L
Decimal 98 48 6 0 0.51 0.94 0.62 27.39 0.88 0.2
Hex 62 30 6 0 33 5E 3E 1B 58 14
Octal 142 60 6 0 63 136 76 33 130 24
Binary 1100010 110000 110 0 110011 1011110 111110 11011 1011000 10100

Color Harmonies of #623006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623006

Black with #623006

Text Example


Text Example

White with #623006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623006; }

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

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

background-color css

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

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

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

border-color css

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

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

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