Html Css Color HEX #C68025 Geebung

📋 copy color: '#C68025'

red 198 ◦ green 128 ◦ blue 37

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

Shades of Geebung #C68025

Tints of Geebung #C68025

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.26%

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 54.55%
G = 35.26%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C68025 (or 0xC68025) is known color: Geebung. HEX triplet: C6, 80 and 25. RGB value is (198,128,37). Sum of RGB (Red+Green+Blue) = 198+128+37=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C68025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68025 is #397FDA. Grayscale: #8A8A8A. Windows color (decimal): -3768283 or 2457798. OLE color: 2457798.

HSL color Cylindrical-coordinate representation of color #C68025: hue angle of 33.91º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C68025 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 37 -
CMYK 0 0.35 0.81 0.22
HSL 33.91º 0.69% 0.46% -
HSV(B) 33.91º 0.81% 0.78% -
XYZ 31.34 27.58 5.42 -
YUV 138.56 70.69 170.4 -
System Red Green Blue C M Y K H S L
Decimal 198 128 37 0 0.35 0.81 0.22 33.91 0.69 0.46
Hex C6 80 25 0 23 51 16 22 45 2E
Octal 306 200 45 0 43 121 26 42 105 56
Binary 11000110 10000000 100101 0 100011 1010001 10110 100010 1000101 101110

Color Harmonies of #C68025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68025

Black with #C68025

Text Example


Text Example

White with #C68025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68025; }

 p { color: rgb(198,128,37); }

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

background-color css

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

 a { background-color: rgb(198,128,37); }

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

border-color css

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

 span { border-color: rgb(198,128,37); }

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