Html Css Color HEX #631E01 Baker's Chocolate

📋 copy color: '#631E01'

red 99 ◦ green 30 ◦ blue 1

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

Shades of Baker's Chocolate #631E01

Tints of Baker's Chocolate #631E01

RGB

 RED value IS 99 (39.06% from 255) = 76.15%

 GREEN value IS 30 (12.11% from 255) = 23.08%

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

R = 76.15%
G = 23.08%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#631E01 (or 0x631E01) is known color: Baker's Chocolate. HEX triplet: 63, 1E and 01. RGB value is (99,30,1). Sum of RGB (Red+Green+Blue) = 99+30+1=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #631E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631E01 is #9CE1FE. Grayscale: #2F2F2F. Windows color (decimal): -10281471 or 73315. OLE color: 73315.

HSL color Cylindrical-coordinate representation of color #631E01: hue angle of 17.76º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #631E01 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 30 1 -
CMYK 0 0.70 0.99 0.61
HSL 17.76º 0.98% 0.2% -
HSV(B) 17.76º 0.99% 0.39% -
XYZ 5.62 3.58 0.42 -
YUV 47.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 99 30 1 0 0.70 0.99 0.61 17.76 0.98 0.2
Hex 63 1E 1 0 46 63 3D 12 62 14
Octal 143 36 1 0 106 143 75 22 142 24
Binary 1100011 11110 1 0 1000110 1100011 111101 10010 1100010 10100

Color Harmonies of #631E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E01

Black with #631E01

Text Example


Text Example

White with #631E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,30,1); }

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

background-color css

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

 a { background-color: rgb(99,30,1); }

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

border-color css

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

 span { border-color: rgb(99,30,1); }

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