Html Css Color HEX #99670E Golden Brown

📋 copy color: '#99670E'

red 153 ◦ green 103 ◦ blue 14

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

Shades of Golden Brown #99670E

Tints of Golden Brown #99670E

RGB

 RED value IS 153 (60.16% from 255) = 56.67%

 GREEN value IS 103 (40.63% from 255) = 38.15%

 BLUE value IS 14 (5.86% from 255) = 5.19%

R = 56.67%
G = 38.15%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#99670E (or 0x99670E) is known color: Golden Brown. HEX triplet: 99, 67 and 0E. RGB value is (153,103,14). Sum of RGB (Red+Green+Blue) = 153+103+14=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #99670E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99670E is #6698F1. Grayscale: #6C6C6C. Windows color (decimal): -6723826 or 944025. OLE color: 944025.

HSL color Cylindrical-coordinate representation of color #99670E: hue angle of 38.42º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99670E is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 14 -
CMYK 0 0.33 0.91 0.4
HSL 38.42º 0.83% 0.33% -
HSV(B) 38.42º 0.91% 0.6% -
XYZ 18.07 16.5 2.65 -
YUV 107.8 75.07 160.24 -
System Red Green Blue C M Y K H S L
Decimal 153 103 14 0 0.33 0.91 0.4 38.42 0.83 0.33
Hex 99 67 E 0 21 5B 28 26 53 21
Octal 231 147 16 0 41 133 50 46 123 41
Binary 10011001 1100111 1110 0 100001 1011011 101000 100110 1010011 100001

Color Harmonies of #99670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99670E

Black with #99670E

Text Example


Text Example

White with #99670E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99670E; }

 p { color: rgb(153,103,14); }

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

background-color css

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

 a { background-color: rgb(153,103,14); }

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

border-color css

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

 span { border-color: rgb(153,103,14); }

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