Html Css Color HEX #C68920 Geebung

📋 copy color: '#C68920'

red 198 ◦ green 137 ◦ blue 32

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

Shades of Geebung #C68920

Tints of Geebung #C68920

RGB

 RED value IS 198 (77.73% from 255) = 53.95%

 GREEN value IS 137 (53.91% from 255) = 37.33%

 BLUE value IS 32 (12.89% from 255) = 8.72%

R = 53.95%
G = 37.33%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C68920 (or 0xC68920) is known color: Geebung. HEX triplet: C6, 89 and 20. RGB value is (198,137,32). Sum of RGB (Red+Green+Blue) = 198+137+32=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C68920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68920 is #3976DF. Grayscale: #8F8F8F. Windows color (decimal): -3765984 or 2132422. OLE color: 2132422.

HSL color Cylindrical-coordinate representation of color #C68920: hue angle of 37.95º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C68920 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 137 32 -
CMYK 0 0.31 0.84 0.22
HSL 37.95º 0.72% 0.45% -
HSV(B) 37.95º 0.84% 0.78% -
XYZ 32.5 30 5.44 -
YUV 143.27 65.21 167.04 -
System Red Green Blue C M Y K H S L
Decimal 198 137 32 0 0.31 0.84 0.22 37.95 0.72 0.45
Hex C6 89 20 0 1F 54 16 26 48 2D
Octal 306 211 40 0 37 124 26 46 110 55
Binary 11000110 10001001 100000 0 11111 1010100 10110 100110 1001000 101101

Color Harmonies of #C68920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68920

Black with #C68920

Text Example


Text Example

White with #C68920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68920; }

 p { color: rgb(198,137,32); }

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

background-color css

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

 a { background-color: rgb(198,137,32); }

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

border-color css

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

 span { border-color: rgb(198,137,32); }

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