Html Css Color HEX #622E01 Baker's Chocolate

📋 copy color: '#622E01'

red 98 ◦ green 46 ◦ blue 1

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

Shades of Baker's Chocolate #622E01

Tints of Baker's Chocolate #622E01

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.72%

 BLUE value IS 1 (0.78% from 255) = 0.69%

R = 67.59%
G = 31.72%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#622E01 (or 0x622E01) is known color: Baker's Chocolate. HEX triplet: 62, 2E and 01. RGB value is (98,46,1). Sum of RGB (Red+Green+Blue) = 98+46+1=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #622E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622E01 is #9DD1FE. Grayscale: #383838. Windows color (decimal): -10342911 or 77410. OLE color: 77410.

HSL color Cylindrical-coordinate representation of color #622E01: hue angle of 27.84º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #622E01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 46 1 -
CMYK 0 0.53 0.99 0.62
HSL 27.84º 0.98% 0.19% -
HSV(B) 27.84º 0.99% 0.38% -
XYZ 6.02 4.55 0.59 -
YUV 56.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 98 46 1 0 0.53 0.99 0.62 27.84 0.98 0.19
Hex 62 2E 1 0 35 63 3E 1C 62 13
Octal 142 56 1 0 65 143 76 34 142 23
Binary 1100010 101110 1 0 110101 1100011 111110 11100 1100010 10011

Color Harmonies of #622E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622E01

Black with #622E01

Text Example


Text Example

White with #622E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622E01; }

 p { color: rgb(98,46,1); }

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

background-color css

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

 a { background-color: rgb(98,46,1); }

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

border-color css

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

 span { border-color: rgb(98,46,1); }

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