Html Css Color HEX #C98628 Geebung

📋 copy color: '#C98628'

red 201 ◦ green 134 ◦ blue 40

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

Shades of Geebung #C98628

Tints of Geebung #C98628

RGB

 RED value IS 201 (78.91% from 255) = 53.6%

 GREEN value IS 134 (52.73% from 255) = 35.73%

 BLUE value IS 40 (16.02% from 255) = 10.67%

R = 53.6%
G = 35.73%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C98628 (or 0xC98628) is known color: Geebung. HEX triplet: C9, 86 and 28. RGB value is (201,134,40). Sum of RGB (Red+Green+Blue) = 201+134+40=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C98628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98628 is #3679D7. Grayscale: #8F8F8F. Windows color (decimal): -3570136 or 2655945. OLE color: 2655945.

HSL color Cylindrical-coordinate representation of color #C98628: hue angle of 35.03º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C98628 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 134 40 -
CMYK 0 0.33 0.80 0.21
HSL 35.03º 0.67% 0.47% -
HSV(B) 35.03º 0.8% 0.79% -
XYZ 33 29.62 5.99 -
YUV 143.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 201 134 40 0 0.33 0.80 0.21 35.03 0.67 0.47
Hex C9 86 28 0 21 50 15 23 43 2F
Octal 311 206 50 0 41 120 25 43 103 57
Binary 11001001 10000110 101000 0 100001 1010000 10101 100011 1000011 101111

Color Harmonies of #C98628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98628

Black with #C98628

Text Example


Text Example

White with #C98628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98628; }

 p { color: rgb(201,134,40); }

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

background-color css

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

 a { background-color: rgb(201,134,40); }

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

border-color css

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

 span { border-color: rgb(201,134,40); }

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