Html Css Color HEX #694D05 Raw Umber

📋 copy color: '#694D05'

red 105 ◦ green 77 ◦ blue 5

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

Shades of Raw Umber #694D05

Tints of Raw Umber #694D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.67%

R = 56.15%
G = 41.18%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#694D05 (or 0x694D05) is known color: Raw Umber. HEX triplet: 69, 4D and 05. RGB value is (105,77,5). Sum of RGB (Red+Green+Blue) = 105+77+5=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #694D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694D05 is #96B2FA. Grayscale: #4D4D4D. Windows color (decimal): -9876219 or 347497. OLE color: 347497.

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

Color convert

RGB 105 77 5 -
CMYK 0 0.27 0.95 0.59
HSL 43.2º 0.91% 0.22% -
HSV(B) 43.2º 0.95% 0.41% -
XYZ 8.51 8.32 1.3 -
YUV 77.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 105 77 5 0 0.27 0.95 0.59 43.2 0.91 0.22
Hex 69 4D 5 0 1B 5F 3B 2B 5B 16
Octal 151 115 5 0 33 137 73 53 133 26
Binary 1101001 1001101 101 0 11011 1011111 111011 101011 1011011 10110

Color Harmonies of #694D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694D05

Black with #694D05

Text Example


Text Example

White with #694D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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