Html Css Color HEX #634100 Raw Umber

📋 copy color: '#634100'

red 99 ◦ green 65 ◦ blue 0

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

Shades of Raw Umber #634100

Tints of Raw Umber #634100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.37%
G = 39.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#634100 (or 0x634100) is known color: Raw Umber. HEX triplet: 63, 41 and 00. RGB value is (99,65,0). Sum of RGB (Red+Green+Blue) = 99+65+0=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #634100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634100 is #9CBEFF. Grayscale: #444444. Windows color (decimal): -10272512 or 16739. OLE color: 16739.

HSL color Cylindrical-coordinate representation of color #634100: hue angle of 39.39º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #634100 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 65 0 -
CMYK 0 0.34 1 0.61
HSL 39.39º 1% 0.19% -
HSV(B) 39.39º 1% 0.39% -
XYZ 7.04 6.43 0.87 -
YUV 67.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 99 65 0 0 0.34 1 0.61 39.39 1 0.19
Hex 63 41 0 0 22 64 3D 27 64 13
Octal 143 101 0 0 42 144 75 47 144 23
Binary 1100011 1000001 0 0 100010 1100100 111101 100111 1100100 10011

Color Harmonies of #634100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634100

Black with #634100

Text Example


Text Example

White with #634100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634100; }

 p { color: rgb(99,65,0); }

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

background-color css

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

 a { background-color: rgb(99,65,0); }

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

border-color css

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

 span { border-color: rgb(99,65,0); }

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