Html Css Color HEX #C68126 Geebung

📋 copy color: '#C68126'

red 198 ◦ green 129 ◦ blue 38

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

Shades of Geebung #C68126

Tints of Geebung #C68126

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.34%

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

R = 54.25%
G = 35.34%
B = 10.41%

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

#C68126 (or 0xC68126) is known color: Geebung. HEX triplet: C6, 81 and 26. RGB value is (198,129,38). Sum of RGB (Red+Green+Blue) = 198+129+38=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C68126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68126 is #397ED9. Grayscale: #8B8B8B. Windows color (decimal): -3768026 or 2523590. OLE color: 2523590.

HSL color Cylindrical-coordinate representation of color #C68126: hue angle of 34.12º degrees, saturation: 0.68, 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 #C68126 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 129 38 -
CMYK 0 0.35 0.81 0.22
HSL 34.13º 0.68% 0.46% -
HSV(B) 34.13º 0.81% 0.78% -
XYZ 31.49 27.85 5.55 -
YUV 139.26 70.86 169.9 -
System Red Green Blue C M Y K H S L
Decimal 198 129 38 0 0.35 0.81 0.22 34.13 0.68 0.46
Hex C6 81 26 0 23 51 16 22 44 2E
Octal 306 201 46 0 43 121 26 42 104 56
Binary 11000110 10000001 100110 0 100011 1010001 10110 100010 1000100 101110

Color Harmonies of #C68126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68126

Black with #C68126

Text Example


Text Example

White with #C68126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68126; }

 p { color: rgb(198,129,38); }

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

background-color css

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

 a { background-color: rgb(198,129,38); }

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

border-color css

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

 span { border-color: rgb(198,129,38); }

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