Html Css Color HEX #694D00 Raw Umber

📋 copy color: '#694D00'

red 105 ◦ green 77 ◦ blue 0

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

Shades of Raw Umber #694D00

Tints of Raw Umber #694D00

RGB

 RED value IS 105 (41.41% from 255) = 57.69%

 GREEN value IS 77 (30.47% from 255) = 42.31%

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

R = 57.69%
G = 42.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#694D00 (or 0x694D00) is known color: Raw Umber. HEX triplet: 69, 4D and 00. RGB value is (105,77,0). Sum of RGB (Red+Green+Blue) = 105+77+0=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #694D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694D00 is #96B2FF. Grayscale: #4C4C4C. Windows color (decimal): -9876224 or 19817. OLE color: 19817.

HSL color Cylindrical-coordinate representation of color #694D00: hue angle of 44º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #694D00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 77 0 -
CMYK 0 0.27 1 0.59
HSL 44º 1% 0.21% -
HSV(B) 44º 1% 0.41% -
XYZ 8.48 8.31 1.16 -
YUV 76.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 105 77 0 0 0.27 1 0.59 44 1 0.21
Hex 69 4D 0 0 1B 64 3B 2C 64 15
Octal 151 115 0 0 33 144 73 54 144 25
Binary 1101001 1001101 0 0 11011 1100100 111011 101100 1100100 10101

Color Harmonies of #694D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694D00

Black with #694D00

Text Example


Text Example

White with #694D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694D00; }

 p { color: rgb(105,77,0); }

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

background-color css

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

 a { background-color: rgb(105,77,0); }

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

border-color css

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

 span { border-color: rgb(105,77,0); }

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