Html Css Color HEX #6F6326 Himalaya

📋 copy color: '#6F6326'

red 111 ◦ green 99 ◦ blue 38

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

Shades of Himalaya #6F6326

Tints of Himalaya #6F6326

RGB

 RED value IS 111 (43.75% from 255) = 44.76%

 GREEN value IS 99 (39.06% from 255) = 39.92%

 BLUE value IS 38 (15.23% from 255) = 15.32%

R = 44.76%
G = 39.92%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#6F6326 (or 0x6F6326) is known color: Himalaya. HEX triplet: 6F, 63 and 26. RGB value is (111,99,38). Sum of RGB (Red+Green+Blue) = 111+99+38=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6326 is #909CD9. Grayscale: #5F5F5F. Windows color (decimal): -9477338 or 2515823. OLE color: 2515823.

HSL color Cylindrical-coordinate representation of color #6F6326: hue angle of 50.14º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F6326 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 99 38 -
CMYK 0 0.11 0.66 0.56
HSL 50.14º 0.49% 0.29% -
HSV(B) 50.14º 0.66% 0.44% -
XYZ 11.37 12.44 3.64 -
YUV 95.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 111 99 38 0 0.11 0.66 0.56 50.14 0.49 0.29
Hex 6F 63 26 0 B 42 38 32 31 1D
Octal 157 143 46 0 13 102 70 62 61 35
Binary 1101111 1100011 100110 0 1011 1000010 111000 110010 110001 11101

Color Harmonies of #6F6326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6326

Black with #6F6326

Text Example


Text Example

White with #6F6326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F6326; }

 p { color: rgb(111,99,38); }

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

background-color css

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

 a { background-color: rgb(111,99,38); }

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

border-color css

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

 span { border-color: rgb(111,99,38); }

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