Html Css Color HEX #695C00 Raw Umber

📋 copy color: '#695C00'

red 105 ◦ green 92 ◦ blue 0

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

Shades of Raw Umber #695C00

Tints of Raw Umber #695C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46.7%

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

R = 53.3%
G = 46.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#695C00 (or 0x695C00) is known color: Raw Umber. HEX triplet: 69, 5C and 00. RGB value is (105,92,0). Sum of RGB (Red+Green+Blue) = 105+92+0=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #695C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695C00 is #96A3FF. Grayscale: #555555. Windows color (decimal): -9872384 or 23657. OLE color: 23657.

HSL color Cylindrical-coordinate representation of color #695C00: hue angle of 52.57º 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 #695C00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 92 0 -
CMYK 0 0.12 1 0.59
HSL 52.57º 1% 0.21% -
HSV(B) 52.57º 1% 0.41% -
XYZ 9.65 10.66 1.55 -
YUV 85.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 105 92 0 0 0.12 1 0.59 52.57 1 0.21
Hex 69 5C 0 0 C 64 3B 35 64 15
Octal 151 134 0 0 14 144 73 65 144 25
Binary 1101001 1011100 0 0 1100 1100100 111011 110101 1100100 10101

Color Harmonies of #695C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C00

Black with #695C00

Text Example


Text Example

White with #695C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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