Html Css Color HEX #623002 Baker's Chocolate

📋 copy color: '#623002'

red 98 ◦ green 48 ◦ blue 2

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

Shades of Baker's Chocolate #623002

Tints of Baker's Chocolate #623002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.35%

R = 66.22%
G = 32.43%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#623002 (or 0x623002) is known color: Baker's Chocolate. HEX triplet: 62, 30 and 02. RGB value is (98,48,2). Sum of RGB (Red+Green+Blue) = 98+48+2=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #623002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623002 is #9DCFFD. Grayscale: #393939. Windows color (decimal): -10342398 or 143458. OLE color: 143458.

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

Color convert

RGB 98 48 2 -
CMYK 0 0.51 0.98 0.62
HSL 28.75º 0.96% 0.2% -
HSV(B) 28.75º 0.98% 0.38% -
XYZ 6.1 4.71 0.65 -
YUV 57.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 98 48 2 0 0.51 0.98 0.62 28.75 0.96 0.2
Hex 62 30 2 0 33 62 3E 1D 60 14
Octal 142 60 2 0 63 142 76 35 140 24
Binary 1100010 110000 10 0 110011 1100010 111110 11101 1100000 10100

Color Harmonies of #623002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623002

Black with #623002

Text Example


Text Example

White with #623002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623002; }

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

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

background-color css

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

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

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

border-color css

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

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

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