Html Css Color HEX #634701 Raw Umber

📋 copy color: '#634701'

red 99 ◦ green 71 ◦ blue 1

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

Shades of Raw Umber #634701

Tints of Raw Umber #634701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.52%

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

R = 57.89%
G = 41.52%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#634701 (or 0x634701) is known color: Raw Umber. HEX triplet: 63, 47 and 01. RGB value is (99,71,1). Sum of RGB (Red+Green+Blue) = 99+71+1=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #634701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634701 is #9CB8FE. Grayscale: #474747. Windows color (decimal): -10270975 or 83811. OLE color: 83811.

HSL color Cylindrical-coordinate representation of color #634701: hue angle of 42.86º 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 #634701 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 71 1 -
CMYK 0 0.28 0.99 0.61
HSL 42.86º 0.98% 0.2% -
HSV(B) 42.86º 0.99% 0.39% -
XYZ 7.4 7.16 1.02 -
YUV 71.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 99 71 1 0 0.28 0.99 0.61 42.86 0.98 0.2
Hex 63 47 1 0 1C 63 3D 2B 62 14
Octal 143 107 1 0 34 143 75 53 142 24
Binary 1100011 1000111 1 0 11100 1100011 111101 101011 1100010 10100

Color Harmonies of #634701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634701

Black with #634701

Text Example


Text Example

White with #634701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634701; }

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

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

background-color css

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

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

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

border-color css

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

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

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